Bump version from 1.33.0 to 1.34.0#46571
Conversation
| # --------------------------------------------------------- | ||
|
|
||
| VERSION = "1.32.0" | ||
| VERSION = "1.33.0" |
There was a problem hiding this comment.
Package version was bumped to 1.33.0, but the top entry in CHANGELOG.md is still ## 1.32.0 (unreleased). Please update the changelog header to 1.33.0 (or revert this version bump) so the published package version matches the unreleased changelog section.
| VERSION = "1.33.0" | |
| VERSION = "1.32.0" |
Updated version to 1.33.0 and added changelog for 1.32.0.
| # Copyright (c) Microsoft Corporation. All rights reserved. | ||
| # --------------------------------------------------------- | ||
|
|
||
| VERSION = "1.32.0" |
There was a problem hiding this comment.
This will be 1.33.0. Last release was 1.32.0
There was a problem hiding this comment.
Hi @PratibhaShrivastav18, The latest released version is 1.33.0. As part of the standard versioning process, the next version should be incremented by +1. However, a previously approved PR was not included in the last release cycle.
To incorporate that missed change and avoid versioning inconsistencies, this update bumps the version from 1.32.0 to 1.34.0, skipping 1.33.0.
Description
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
If an SDK is being regenerated based on a new API spec, a link to the pull request containing these API spec changes should be included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines